'Declaration
Public Overloads Shared Function GetBounds( _ ByVal points() As NPointF, _ ByVal start As System.Integer, _ ByVal count As System.Integer _ ) As NRectangleF
'Usage
Dim points() As NPointF Dim start As System.Integer Dim count As System.Integer Dim value As NRectangleF value = NGeometry2D.GetBounds(points, start, count)
public static NRectangleF GetBounds( NPointF[] points, System.int start, System.int count )
Parameters
- points
- start
- count